home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / aa_m68k_Intel_HP_Only / FastConsole.app / English.lproj / Info.nib / data.classes next >
Encoding:
Text File  |  1994-09-09  |  435 b   |  34 lines

  1. InfoView = {
  2.     ACTIONS = {
  3.     loadFromFile:;
  4.     windowDidMiniaturize:;
  5.     windowDidBecomeKey:;
  6.     windowDidResignKey:;
  7.     };
  8.     OUTLETS = {
  9.     background;
  10.     date;
  11.     version;
  12.     ball;
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Controller = {
  22.     ACTIONS = {
  23.     hideAndClear:;
  24.     clear:;
  25.     showInfoPanel:;
  26.     };
  27.     OUTLETS = {
  28.     infoPanel;
  29.     window;
  30.     text;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.